adTempus API
|
Gets or sets the selection status for a day of the week
HRESULT Weekday(WeekdayEnum day, [out, retval] VARIANT_BOOL * val);
Weekday(WeekdayEnum day, [out, retval] VARIANT_BOOL val);
Sub Weekday(day As WeekdayEnum, val As [out, retval] VARIANT_BOOL)
Parameters |
Description |
[in] WeekdayEnum day |
The day of the week to query or set |
[out, retval] VARIANT_BOOL * val |
The current or new selection status for the day (True if the schedule applies to this day or False if it does not). |
This property is used if the schedule applies only to certain days of the week.
If no weekdays are selected, the item applies to all weekdays (i.e., selecting no weekdays is the same as selecting all weekdays).
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|